From: Oliver Ertl Date: Tue, 12 Feb 2008 12:28:19 +0000 (+0000) Subject: net/openssh: X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=c359dff6b953d1b8bce35d07ecc23851aaee6d8a;p=openwrt%2Fsvn-archive%2Fpackages.git net/openssh: * Package ssh-keysign as well. Required for host-based authentication (http://lists.openwrt.org/pipermail/openwrt-devel/2008-February/001705.html) Signed-off-by: Michael Vogt SVN-Revision: 10446 --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index ec55e6b89..606638a88 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006,2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -166,9 +166,7 @@ endef define Package/openssh-client-utils/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-add $(1)/usr/bin/ - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-agent $(1)/usr/bin/ - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-keyscan $(1)/usr/bin/ + $(INSTALL_BIN) $(foreach bin,add agent keyscan keysign,$(PKG_BUILD_DIR)/ssh-$(bin)) $(1)/usr/bin/ endef define Package/openssh-server/install